home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 August
/
CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso
/
disc2
/
nt
/
source.exe
/
POSIX
/
MK-RULES
/
BSDDOC~1.MK
next >
Wrap
Text File
|
1993-06-29
|
757b
|
38 lines
# @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
PRINTER=psc
BIB?= bib
EQN?= deqn -P${PRINTER}
GREMLIN?= grn -P${PRINTER}
GRIND?= vgrind -f
INDXBIB?= indxbib
PIC?= pic -P${PRINTER}
REFER?= refer
ROFF?= ditroff -t ${MACROS} ${PAGES} -P${PRINTER}
SOELIM?= soelim
TBL?= dtbl -P${PRINTER}
.PATH: ${.CURDIR}
.if !target(print)
print: paper.${PRINTER}
lpr -P${PRINTER} paper.${PRINTER}
.endif
clean cleandir:
rm -f paper.* [eE]rrs mklog ${CLEANFILES}
FILES?= ${SRCS}
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR}
spell: ${SRCS}
spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell
BINDIR?= /usr/share/doc
BINGRP?= bin
BINOWN?= bin
BINMODE?= 444